ocr library for c#

69

ocr library for c# -

using System;using IronOcr;//..var Ocr = new AutoOcr();var Result = Ocr.Read(@"C:\path\to\image.png");Console.WriteLine(Result.Text);

Comments

Submit
0 Comments